home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.ubuntu.DeviceDriver.conf < prev    next >
Text File  |  2008-09-18  |  720b  |  24 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.  
  6.   <!-- This configuration file specifies the required security policies
  7.        for device driver queries and installation. -->
  8.  
  9.   <!-- Only root can own the service -->
  10.   <policy user="root">
  11.     <allow own="com.ubuntu.DeviceDriver"/>
  12.   </policy>
  13.  
  14.   <!-- Allow anyone to invoke methods (further constrained by
  15.        PolicyKit privileges -->
  16.   <policy context="default">
  17.     <allow send_interface="com.ubuntu.DeviceDriver"/>
  18.     <allow receive_interface="com.ubuntu.DeviceDriver"
  19.            receive_sender="com.ubuntu.DeviceDriver"/>
  20.   </policy>
  21.  
  22. </busconfig>
  23.  
  24.